Building an Interpreter
Building an Interpreter: Introduction and LexerAn introduction to my project of building an interpreter for a programming language called Monkey. In this first part, we will cover the basics of what an interpreter is and how to build a lexer to tokenize the source code.1
